home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / STRTGAME.DXR / 00258.ls < prev    next >
Encoding:
Text File  |  2004-12-07  |  528 b   |  18 lines

  1. on exitFrame
  2.   global globalday, advancekeeper, installpath, inmovie, cdpath, fxpath, effectspath, soundspathstart, soundspath, whosnow, cards
  3.   repeat with i = 1 to 10
  4.     sprite(i).visible = 1
  5.   end repeat
  6.   sound playFile 2, effectspath & "drmmus.aif"
  7.   set the keyDownScript to "cuttlk"
  8.   repeat with i = 1 to 30
  9.     sprite(i).visible = 1
  10.   end repeat
  11.   set the keyDownScript to EMPTY
  12.   globalday = 1
  13.   whosnow = "psy"
  14.   inmovie = "comein.dxr"
  15.   cards = "0,0,0,0,0,0,0,0"
  16.   advancekeeper = "hez,ish,hat,poz,krp,mus,psy"
  17. end
  18.